Human OOPS data CONTENT
1*. Intersection between OOPS U20S data 1**. Intersection between Veronica’s SELEX data Not useful: SELEX is relative, cannot conduct enrichment analysis.
library(dplyr)
Attaching package: ‘dplyr’
The following object is masked from ‘package:UniProt.ws’:
select
The following objects are masked from ‘package:BiocGenerics’:
combine, intersect, setdiff, union
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
library(dplyr)
library(tidyr)
Attaching package: ‘tidyr’
The following object is masked from ‘package:RCurl’:
complete
peptide_df <- read.table("../raw/MCF10A_sw_only_crap_checked.txt", sep="\t", header=T)
print(head(peptide_df))